home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3getprp.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_GETPRP_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_GETPRP = 1423;
-
-
-
-
-
-
-
- var R3GETPRPA_TypeId = 1423500; // Integer
- R3GETPRPA_CbObj = 1423501;
- function SetR3GETPRPA_CbObj(value) {
- R3Set(this.r3obj, R3GETPRPA_CbObj, value, R3TID_OBJECT, 0);
- }
-
- R3GETPRPA_CbMth = 1423502;
- function SetR3GETPRPA_CbMth(value) {
- R3Set(this.r3obj, R3GETPRPA_CbMth, value, R3TID_INTEGER, 0);
- }
-
- R3GETPRPA_CbData = 1423503;
- function SetR3GETPRPA_CbData(value) {
- R3Set(this.r3obj, R3GETPRPA_CbData, value, R3TID_OBJECT, 0);
- }
-
- R3GETPRPA_UnitConverter = 1423504;
- function SetR3GETPRPA_UnitConverter(value) {
- R3Set(this.r3obj, R3GETPRPA_UnitConverter, value, R3TID_OBJECT, 0);
- }
-
-
-
- function r3Getprp () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_GETPRP, arguments);
- }
- // Methods
-
- // Attributes
- this.SetCbObj=SetR3GETPRPA_CbObj;
- this.SetCbMth=SetR3GETPRPA_CbMth;
- this.SetCbData=SetR3GETPRPA_CbData;
- this.SetUnitConverter=SetR3GETPRPA_UnitConverter;
- }
-
- r3Getprp.prototype=new r3Window;
- // r3getprp.h_H